home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / udos / pwplus12 / pwplus.doc < prev    next >
Encoding:
Text File  |  1992-07-03  |  7.2 KB  |  318 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                               PW PLUS 1.2
  19.  
  20.                    (C) Copyright 1992 Lonnie L. Logue
  21.  
  22.  
  23.                     -- AN IBM PC PASSWORD SYSTEM --
  24.  
  25.  
  26.  
  27.  
  28.                                 FEATURES
  29.  
  30.  
  31.                 1.  Written in 100% Assembly Language.
  32.                 2.  Up to 15 character password.
  33.                 3.  Password is case insensitive.
  34.                 4.  Password is not displayed on the screen.
  35.                 5.  The password and owner info are encrypted.
  36.                 6.  Ctrl-Alt-Delete reboot sequence is disabled.
  37.                 7.  The System is disabled after 2 invalid attempts.
  38.                 8.  Access logging, with option of hiding Log file.
  39.                 9.  Optional screen blanking (3 min. timeout).
  40.                10.  Optional Clock & Log time stamp format (12/24hrs).
  41.                11.  Optional audible alarm, to alert those nearby.
  42.                12.  Optional Norton Utilities style Exploding windows.
  43.                13.  Easy to use Setup Menu to set Passwords, Options.
  44.                14.  Owner identification feature, great for laptops!.
  45.                15.  Dynamic checking of PW Boot Guard status.
  46.                16.  Ability to change PWPLUS's color settings.
  47.                17.  Pklite compatible.
  48.  
  49.  
  50.  
  51.                  This Zip contains the following files:
  52.  
  53.                     PWPLUS.EXE  PW Plus password program.
  54.                     PWPLUS.DOC  PW Plus documentation.
  55.                       PWBG.EXE  PW Boot Guard program.
  56.                       PWBG.DOC  PW Boot Guard documentation.
  57.  
  58.  
  59.                               INSTALLATION
  60.  
  61.  
  62.  
  63.         Using a text editor (DOS programs EDIT or EDLIN), edit the file
  64.         \AUTOEXEC.BAT so that it contains the command PWPLUS as close to
  65.         the start of the file as possible.
  66.  
  67.  
  68.         EXAMPLE:        ECHO OFF
  69.                         PWPLUS
  70.                         PATH=C:\DOS
  71.                         PROMPT $P$G
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                   -2-
  85.  
  86.                                SETUP MENU
  87.  
  88.  
  89.  
  90.         1.  INSTALL A PASSWORD
  91.  
  92.                 Allows entry of a new password which is encrypted and
  93.                 then saved.
  94.  
  95.                 ENTER saves password, ESC clears the entry.
  96.                 If no password is entered, ENTER cancels.
  97.  
  98.  
  99.         2.  SET OPTIONS
  100.  
  101.                 Allows selection and saving of various options.
  102.  
  103.                 ENTER saves options, SPACE toggles selections,
  104.                 ESC cancels.
  105.  
  106.  
  107.         3.  CHANGE COLORS
  108.  
  109.                 Allows the changing of pwplus's colors.
  110.  
  111.                 ENTER saves selections, ESC cancels.
  112.  
  113.  
  114.         4.  ENTER OWNER INFO
  115.  
  116.                 Allows entry of the computer owner's personal info
  117.                 incase the computer is stolen or misplaced.  This
  118.                 information can be displayed on the screen when an
  119.                 illegal entry is attempted.
  120.  
  121.                 ENTER saves information, ESC cancels.
  122.  
  123.  
  124.         5.  CHANGE WARNING
  125.  
  126.                 Allows the editing of the main window warning message.
  127.                 A message of up to 5 lines may be entered.
  128.  
  129.                 ENTER saves information, ESC cancels.
  130.  
  131.  
  132.         6.  VIEW DISK LOGFILE
  133.  
  134.                 Allows viewing of the disk logfile.
  135.  
  136.                 ESC, ENTER cancels.  DEL prompts for delete of logfile.
  137.  
  138.  
  139.  
  140.  
  141.  
  142.                                   -3-
  143.  
  144.         7.  BOOT GUARD STATUS
  145.  
  146.                 Shows the current status of PW Boot Guard, a companion
  147.                 program that prevents access of the Fixed Disk after a
  148.                 floppy boot.
  149.  
  150.  
  151.         8.  EXIT SETUP MENU
  152.  
  153.                 Allows exit of Setup Menu to the Main screen.
  154.  
  155.  
  156.         9.  EXIT TO DOS
  157.  
  158.                 Allows exit of the program to DOS.
  159.  
  160.  
  161.  
  162.  
  163.                               OPTIONS MENU
  164.  
  165.  
  166.  
  167.         1.  LOG AUTHORIZED ACCESS
  168.  
  169.                 Logs authorized access to a disk logfile.
  170.  
  171.  
  172.         2.  LOG UNAUTHORIZED ATTEMPTS
  173.  
  174.                 Logs unauthorized attempts to a disk logfile.
  175.  
  176.  
  177.         3.  HIDE THE LOGFILE
  178.  
  179.                 Hides the disk logfile from normal DOS directory
  180.                 searches.
  181.  
  182.  
  183.         4.  USE MILITARY TIME
  184.  
  185.                 Uses military time (24hr) for the clock and logfile time
  186.                 stamp.
  187.  
  188.  
  189.         5.  ENABLE SCREEN BLANKER
  190.  
  191.                 Blanks the computer screen after a 3 minute
  192.                 timeout period.
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.                                   -4-
  201.  
  202.         6.  ENABLE AUDIBLE ALARM
  203.  
  204.                 Sounds an audible alarm when an unauthorized access has
  205.                 been attempted.
  206.  
  207.  
  208.         7.  DISABLE EXPLODING WINDOWS
  209.  
  210.                 Disables the use of exploding windows.
  211.  
  212.  
  213.         8.  ENABLE IDENTIFICATION
  214.  
  215.                 Displays upon an unathorized access attempt, the owners
  216.                 personal identification.
  217.  
  218.  
  219.  
  220.  
  221.                                MAIN MENU
  222.  
  223.  
  224.  
  225.                 1.  ENTER PASSWORD
  226.  
  227.                         Allows entry and testing of password.  If the
  228.                         correct password is entered the program exits.
  229.                         After 2 invalid attempts the system is disabled.
  230.  
  231.  
  232.                 2.  SETUP MENU
  233.  
  234.                         Allows access to the setup menu, upon entry of
  235.                         the correct password.
  236.  
  237.  
  238.  
  239.  
  240.                              ERROR MESSAGES
  241.  
  242.  
  243.  
  244.         1.  REQUIRES DOS VERSION 2.0 OR ABOVE
  245.  
  246.                 DOS version 2.0 or above is required for the operation
  247.                 of this program.
  248.  
  249.  
  250.         2.  UNSUPPORTED VIDEO MODE
  251.  
  252.                 PWPLUS supports both Color and Monochrome 80 x 25
  253.                 display modes. 40 x 25 display modes are not supported.
  254.  
  255.  
  256.  
  257.  
  258.                                   -5-
  259.  
  260.                                 UPDATES
  261.  
  262.  
  263.  
  264.         1.0     Initial release of PWPLUS, a much improved version of
  265.                 the PW password program.
  266.  
  267.         1.1     Color change menu added.  Improved error handling
  268.                 procedures.  Bugfix - as a result of changing from PW's
  269.                 COM file format to EXE, the system lockup after a failed
  270.                 entry attempt was the result of a program lockup rather
  271.                 than a controlled keyboard lock.
  272.  
  273.         1.2     Enhanced keyboard rate for editing, logfile viewing.
  274.                 Improved critical error handling further, should be
  275.                 pretty much bombproof now.  Improved upon all
  276.                 procedures, and tightened code.
  277.  
  278.  
  279.  
  280.  
  281.                             SOFTWARE LICENSE
  282.  
  283.  
  284.                    (C) Copyright 1992 Lonnie L. Logue
  285.  
  286.  
  287.                 You are free to use, copy and distribute PWPLUS.EXE,
  288.                 PWBG.EXE for NONCOMMERCIAL use if:
  289.  
  290.                 1.  No fee is charged for use, copying or distribution
  291.                     (excluding reasonable disk cost's).
  292.  
  293.                 2.  It is not modified in any way.
  294.  
  295.  
  296.                 Any and all contributions should be sent to the
  297.                 following:
  298.  
  299.                             Lonnie L. Logue
  300.                             9231 Goldenrod Lane
  301.                             Upper Marlboro, MD  20772
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.                                  -EOF-
  317.  
  318.